home *** CD-ROM | disk | FTP | other *** search
- <HTMLtool>Places a "hint" in the status bar when the mouse moves over a link</HTMLtool>
- <!-- Some browsers do not clear the status bar with the OnMouseOut
- code. This can be fixed by putting this SCRIPT tag into your
- HEAD tag.
- -->
- <SCRIPT LANGUAGE="JAVASCRIPT">
- <!--
- defaultStatus = " "
- //-->
- </SCRIPT>
-
- <!-- Where ever you have a link -->
- <A HREF="http://www.lograf.com/"
- ONMOUSEOVER="window.status='Visit the HTMLtool homepage'; return true"
- ONMOUSEOUT="window.status=''">link text/image here</A>
-
-